html {
  scrollbar-color: #666 #fff;
  /* scrollbar-width: thin; */
  font-size: 1rem;
}

body {
  font-family: "Lexend Deca";
  font-optical-sizing: auto;
  font-stretch: 25% 151%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Lexend Deca";
}
#ai-advantage {
  background-color: #03316d;
  font-family: "Lexend Deca", sans-serif;
}
.ai-bg {
  background-color: #010e1b;
}
.ai-hero-outer {
  border-radius: 0px;
  background: #010e1b;
  border-radius: 0px 0px 70px 70px;
  position: relative;
  /* overflow: hidden; */
  padding: 10rem clamp(2rem, 6vw, 6rem) 2.75rem clamp(2rem, 6vw, 6rem);
}

.green-circle-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.4;
  background: radial-gradient(
    50% 85% at 50% 50%,
    #97eb4931 0%,
    #121b0136 60%,
    #010e1b00 100%
  );
  z-index: 0;
}

.ai-hero {
  /* height: 100vh; */
  margin: 0 auto;
  max-width: min(90rem, 100% - 1rem);
  align-items: center;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0;
  /* overflow: hidden; */
  position: relative;
}
.ai-hero-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
}
.whitepaper-hero-container .hero-link {
  padding-bottom: 32px;
  color: #3E77AE;
}
.whitepaper-hero-container .hero-link:hover {
   color: #fff;
}
.whitepaper-hero-container .hero-link:hover svg path {
fill: #fff;
}
.ai-hero-container a:hover {
  color: #fff;
}
/* .ai-hero-container a:hover svg {
stroke: #fff;
} */
.whitepaper-hero-container {
  flex-direction: column;
  display: flex;
  width: 100%;
}
.ai-hero-left {
  /* max-width: 880px; */
  margin: 0;
  position: relative;
  padding: 0;
}
.ai-hero-right {
display: flex;
  gap: 20px;
}
.hero-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  max-height: 330px;
}
.hero-img img {
    width: 100%;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(23, 39, 56, 0) 24.52%, #172738 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
}
.hero-overlay h3 {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Lexend Deca", sans-serif;
}
.hero-overlay ul {
 display: flex;
 margin: 0;
 padding: 0;
}
.hero-overlay li:first-child {
  list-style: none;
}
.hero-overlay li  {
  font-size: 0.75rem;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  list-style-type: disc;
  font-weight: 200;
  padding-right: 15px;
  margin-right: 15px;
}
.hero-overlay li::marker {
  display: none;
}
/* whitepaper  form sections start here */
.whitepaper-outer {
  margin: 0 auto;
  padding: 0px clamp(2rem, 6vw, 6rem);
}
.whitepaper-detail {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding-top: 40px;
}
.whitepaper-dtl-title {
   font-size: 1.5rem;
  color: #010E1B;
   font-family: "Lexend Deca", sans-serif;
   padding-bottom: 10px;
   margin: 0;
}
.whitepaper-flex {
  display: flex;
  column-gap: 72px;
}
.whitepaper-left {
  flex: 1;
  margin: 0;
}
.whitepaper-left .para {
  font-size: 1rem;
  color: #010E1B;
   font-family: "Lexend Deca", sans-serif;
   padding-bottom: 24px;
}
.whitepaper-right {
  margin: 0;
}
.update-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.whitepaper-stats-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
 /* margin-bottom: 60px;
   gap: 30px; */
}

.whitepaper-stat-card {
  flex: 1;
  text-align: center;
  padding: 20px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whitepaper-stat-card:first-child {
  padding-left: 0;
}
.whitepaper-stat-card:last-child {
  padding-right: 0;
}

.whitepaper-stat-number {
  font-size: 3.5rem;
  font-weight: 400;
  color: #043F8C;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  font-family: "Lexend Deca", sans-serif;
}

.whitepaper-stat-description {
  font-size: 1rem !important;
  color: #043F8C !important;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 0;
}

.whitepaper-stat-card::before {
  width: 2px;
  height: 74px;
  background-color: #D6E0F8;
  margin: 0;
  content: '';
  display: block;
  position: absolute;
  left: 0;
}
.whitepaper-stat-card:first-child:before  {
display: none;
}
.whitepaper-solutions-section {
  margin-top: 60px;
}

.whitepaper-section-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #010E1B;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: "Lexend Deca", sans-serif;
}

.whitepaper-solutions-list {
  list-style: decimal;
  padding: 0;
  list-style-position: inside;
}

.whitepaper-solution-item {
  font-size: 1rem;
  color: #043F8C;
  margin-bottom: 15px;
  border-bottom: 1px solid #E7EDF9;
  padding-bottom: 15px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
}
.whitepaper-solution-item:last-child {
  border-bottom: 0;
}

.whitepaper-container {
  background: #E7EDF9;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 2px solid #0385FF;
  padding: 35px;
  max-width: 472px;
  width: 100%;
}

.whitepaper-title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #010E1B;
  margin-bottom: 24px;
  text-align: left;
   font-family: "Lexend Deca", sans-serif;
}

.whitepaper-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whitepaper-field {
  position: relative;
}

.whitepaper-input {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  background: #D6E0F8;
  color: #6B707C;
  font-weight: 400;
  transition: all 0.3s ease;
  outline: none;
  font-family: "Lexend Deca", sans-serif;
}

.whitepaper-input::placeholder {
  color: #6B707C;
  
}
.whitepaper-field input:-webkit-autofill,
.whitepaper-field input:-webkit-autofill:hover, 
.whitepaper-field input:-webkit-autofill:focus, 
.whitepaper-field input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #D6E0F8 inset !important;
     font-size: 1rem !important;
}

.whitepaper-field input:-webkit-autofill{
    -webkit-text-fill-color: #6B707C !important;
     font-family: "Lexend Deca", sans-serif;
      font-size: 1rem;
}

.whitepaper-required {
  color: #ef4444;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.whitepaper-privacy {
  font-size: 0.75rem;
  color: #6B707C;
  text-align: left;
  margin: 0;
  line-height: 1.5;
   font-family: "Lexend Deca", sans-serif;
   font-weight: 400;
}

.whitepaper-button {
  width: fit-content;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
   font-family: "Lexend Deca", sans-serif;
}



.whitepaper-button:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.whitepaper-download-icon {
  width: 20px;
  height: 20px;
  /* fill: currentColor; */
}

.whitepaper-error {
  border: 2px solid #ef4444 !important;
  /* background: rgba(239, 68, 68, 0.1) !important; */
}
/* whitepaper  form sections end here */

/* Search and filter section start here */

.search-container {
  position: relative;
  flex: 1;
  min-width: 428px;
  margin: 0;
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 3rem;
  border: none;
  border-radius: 50px;
  background: rgba(214, 224, 248, 0.17);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
  border: 0;
  height: 52px;
}

.search-input:focus {
  background: rgba(214, 224, 248, 0.17);
  border-color: unset;
  /* box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1); */
}

.search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  z-index: 1;
}

.filter-container {
  position: relative;
  flex-shrink: 0;
  min-width: 216px;
}

.filter-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1rem 0.875rem 1.5rem;
  background: rgba(214, 224, 248, 0.17);
  backdrop-filter: blur(10px);
  border: 0;
  border-radius: 50px;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  justify-content: space-between;
}

.filter-button:hover {
  background: rgba(214, 224, 248, 0.17);
  border-color: rgba(255, 255, 255, 0.4);
}

.filter-button.active {
  background: rgba(214, 224, 248, 0.17);
  border-color: rgba(255, 255, 255, 0.4);
}

.filter-text {
  padding-right: 0.5rem;
}

.filter-icon-right {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.filter-button.active .filter-icon-right {
  transform: translateY(-50%) rotate(180deg);
}
.filter-container .dropdown-content {
  width: 100%;
}

.dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content {
    border-radius: 6px;
    overflow: hidden;
    padding: 0;
}

.checkbox-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.checkbox-item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.checkbox-item input[type="checkbox"] {
  margin-right: 0.75rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.checkbox-item label {
  color: #333;
  font-size: 0.95rem;
  cursor: pointer;
  flex: 1;
}

.results-container {
  padding: 2rem;
  color: white;
  text-align: center;
}

.results-info {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2rem;
}
/* Search and filter section end here */

.ai-hero-heading {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.9px;
  text-align: left;
  position: relative;
  display: table;
  padding: 0;
  margin: 0;
  /* max-width: 925px; */
}
.ai-icon-hero {
  position: absolute;
  left: 15px;
  top: -10px;
}

.ai-hero-text-gradient {
  background: linear-gradient(90deg, #07f4ff 33.18%, #0385ff 80.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-hero-description {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  margin-top: 15px;
  line-height: 27px;
  max-width: 695px;
  text-align: left;
  margin: 0;
  padding: 24px 0;
}

.hero-explore {
  background: #fff;
  padding: 10px 20px;
  width: fit-content;
  border-radius: 200px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 4cqmin;
}

.content-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-weight: 500;
  text-align: center;
}
.content-title span {
  background: linear-gradient(90deg, #07f4ff 20.77%, #0385ff 74.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-description {
  color: #d6e0f8;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 20px;
}

/* For better accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

/* Focus styles for better accessibility */
:focus {
  outline: 0px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.book-btn {
  background: #051731;
  border-radius: 30px;
  padding: 10px 20px;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
.book-btn:hover {
  box-shadow: 0px 0px 18px 0px #024fb6;
  transition: 0.5s ease-in;
  /* border: 2px solid var(--Foundation-Gray-100, #fcfdfd); */
}
.book-btn svg path {
  stroke: #fff;
}

/* Support style end here */

/* Ai experience section start here */

.ai-exp-outer {
  background: #010e1b;
  padding: 0;
  position: relative;
}
.exp-circle-left {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, 0%); */
}
.exp-circle-right {
  position: absolute;
  top: 0;
  right: 0;
}
.ai-exp-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 0 16px;
}
.ai-advantage-container {
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
  padding: 0px 20px 80px 20px;
  text-align: center;
  position: relative;
}
.ai-exp-title {
  color: #fff;
  text-align: center;
  font-family: "Lexend Deca";
  /* font-size: 75px; */
  font-size: 10.85cqmin;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  padding-top: 8cqmin;
}
.ai-exp-title span {
  position: relative;
  display: block;
  display: inline-block;
  text-align: center;
}
.ai-exp-title span svg {
  position: absolute;
  left: -22px;
  top: 0;
}
.exp-ai {
  text-align: center;
}
.exp-ai p {
  padding: 30px 0;
}
.exp-ai button {
  margin: 0 auto;
}

/* Ai experience section end here */

/* Ai solution style start here */
.ai-solution-outer {
  margin: 0 auto;
  padding: 50px clamp(2rem, 6vw, 6rem);
}

.solution-container {
  width: 100%;
  max-width: min(90rem, 100% - 1rem);
  margin: 0 auto;
}

.solution-header {
  text-align: center;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.solution-header h2 {
  font-size: 2.5rem;
  color: #111827;
  margin: 0;
  font-weight: 500;
  font-family: "Lexend Deca";
  text-align: left;
}

.solution-header h2 span {
  color: #00a8ff;
}

.view-more-link {
  color: #2286e8;
  display: flex;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  column-gap: 10px;
  display: none;
}
.view-more-link svg path {
  stroke: #2286e8;
}
.view-more-link:hover {
  color: #010e1b;
}
.view-more-link:hover svg path {
  stroke: #010e1b;
}
.solution-cards-container {
  display: grid;
  justify-content: center;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.solution-card-new {
  /* flex: 1 1 300px; */
  /* width: 390px; 
  max-height: 500px;*/
  width: 100%;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(174, 190, 205, 0.25);
  background: linear-gradient(
      180deg,
      rgba(15, 63, 107, 0) 50%,
      rgba(15, 63, 107, 0.1) 99.94%
    ),
    #fff;
}
.solution-card-new:hover {
  cursor: pointer;
}

.solution-card-new .solution-card-bg img {
  transition: transform 0.5s ease;
}
.solution-card-new:hover .solution-card-bg img {
  transform: scale(1.2);
}


.solution-card-bg {
  width: 100%;
  border-radius: 18px;
  height: 228px;
  overflow: hidden;
}
.solution-card-bg img {
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.solution-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 76, 153, 0.9)
  );
  z-index: 2;
}

.solution-card-content {
  width: auto;
  padding-top: 25px;
}

.solution-card-title-ai {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #010e1b;
  font-family: "Lexend Deca";
  min-height: 56px;
}

.solution-card-description {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 22px;
  color: #010e1b;
  min-height: 75px;
}
.box-link-connect {
  background-color: #fff;
  padding: 5px 15px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid var(--Foundation-Gray-100, #fcfdfd);
  margin-top: 15px;
  gap: 10px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 2;
  font-family: "Lexend Deca";
  color: #010E1B;
}
.box-link-connect:hover {
    box-shadow: 0px 0px 18px 0px #043f8c;
    transition: box-shadow 0.5s ease-in-out;
} 
.solution-card-content .box-link-connect span {
  color: #010e1b;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lexend Deca";
}
#noResultsMessage {
  font-family: "Lexend Deca";
  text-align: center;
  width: 100%
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}


/* Ai solution style end here */
@media (max-width: 376px) {
    .privacy-text, .privacy-link {
        font-size: 11px;
    }
}


/* Ai why healthcare team end here */

@keyframes borderAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (max-width: 420px) {
  .ai-hero-heading br {
    display: none;
  }
  .ai-hero-heading {
    font-size: 2rem !important;
    padding-top: 0 !important;
  }
  .ai-hero-heading .ai-icon-hero {
    top: -25px !important;
  }
  .ai-hero-container {
    padding: 0px 0 50px 0px;
  }
  .ai-hero {
    padding: 12cqmin 0 0 0;
  }

  .ai-hero .ai-health-circle path {
    stroke-width: 100px;
  }
  .trust-card:before {
    top: 1px !important;
    height: 99% !important;
  }

  .spectacledcoder-content-card {
    padding: 30px 20px;
  }

  .ai-exp-column {
    min-width: 305px;
  }
  .ai-advantage-container {
    padding: 0;
  }
  .solution-card-description {
    min-height: 95px;
  }

  .solution-card-new {
    min-width: 332px;
  }
  .solution-card-new.whitepaer-list .solution-card-title-ai,  .solution-card-new.whitepaer-list .solution-card-description{
    min-height: unset;
  }
  .solution-card-new.whitepaer-list .box-link-connect {
    margin-bottom: 0;
  }
.solution-card-content .solution-card-title-ai {
    font-size: 1.18em !important;
  }
  .solution-cards-container {
    gap: 22px;
  }
  .success-card {
    min-width: 359px !important;
  }

  .solution-cards-container,
  .ai-team-container .ai-team-grid {
    gap: 15px !important;
  }

  .ai-team-container .team-desc {
    max-width: 100%;
    padding: 0 16px;
  }
  .custom-img-title {
    padding: 15px;
  }
  .custom-img-title h2 {
    font-size: 1.25rem !important;
    line-height: 22px;
  }
  .trust-card {
    min-height: 128px;
  }
  .ai-hero-right img {
    max-height: 266px !important;
  }
}

@media (max-width: 480px) {
  .custom-img-title h2 {
    line-height: 26px;
    font-size: 1.25rem;
  }

  .ai-hero-description {
    padding: 10px 0;
  }

  .ai-hero-heading .ai-icon-hero {
    left: 0;
    top: -20px;
  }
  .ai-hero .ai-health-circle {
    bottom: -18% !important;
  }

  .success-heading {
    font-size: 1.8rem;
  }

  .support-ai-grid .ai-smart-support {
    padding: 35px 16px 16px 16px;
  }
  .success-heading h2,
  .solution-header h2 {
    text-align: left;
  }

  .solution-card-new {
    min-width: 318px !important;
    width: 100%;
    padding: 15px;
    /* flex: 0 0 75% !important; */
  }

  .success-subheading {
    max-width: 100% !important;
    text-align: center;
  }
  :not(li) > .toggler::after {
    top: 34px;
  }
}

@media (max-width: 521px) {
  .ai-hero .ai-health-circle {
    bottom: -25%;
  }

  .content-display {
    width: 90%;
  }

  .ai-team-grid {
    margin-bottom: 0;
  }
  .ai-exp-outer {
    padding: 20px;
  }
  .ai-exp-container {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }

  .ai-exp-column {
    min-width: fit-content !important;
  }
  .exp-circle {
    left: 0;
  }
  .ai-advantage-container {
    max-width: fit-content;
    margin: 0 auto;
  }
  .ai-team-grid {
    gap: 1.5rem;
  }

  .ai-hero-description,
  .ai-journey-description,
  .ai-description,
  .ai-adopt-description {
    line-height: 24px;
  }

  .ai-team-container .ai-team-grid {
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    justify-content: flex-start !important;
  }
}
@media (max-width: 640px) {
  .ai-hero .ai-health-circle {
    bottom: -35%;
  }
  .custom-img2 {
    width: 100%;
  }

  .ai-hero .ai-health-circle path {
    stroke-width: 100px;
  }

  .cta-button {
    width: auto;
  }

  .solution-container {
    max-width: unset !important;
    gap: 22px;
  }
}

@media (max-width: 768px) {
   .ai-team-container p {
    max-width: unset;
    padding: 0 16px 2rem 16px;
  }
    .talk-section-title {
        font-size: 25px !important;
        padding-left: 00px;
        margin-bottom: 15px !important;
        line-height: 42px !important;
    }
   .background-pattern {
    height: 300px;
  }
  h2,
  .support-ai-column-startups .support-ai-column-title {
    font-size: 1.5rem !important;
  }
  .ai-container-head {
    max-width: unset;
  }
  .ai-team-container .content-title {
    padding: 0 20px;
    display: block;
  }
  .ai-hero-container {
    flex-direction: column;
    padding-bottom: 0;
  }
  .ai-hero-left,
  .ai-hero-right {
    width: 100%;
    text-align: center;
  }
  .ai-hero-left {
    width: 100% !important;
  }
  .ai-hero-outer {
    padding: 5rem 1.5rem  1.5rem  1.5rem !important;
    border-radius: 0px 0px 50px 50px;
  }

  .ai-hero-right  {
   flex-direction: column;
   gap: 10px;
  }

  .ai-team-title .ai-star {
    margin-top: -25px;
  }
  .ai-hero-container .ai-hero-heading {
    text-align: center;
    font-size: 1.8rem !important;
    padding-top: 20px;
    margin: 0 auto;
  }
  .ai-hero-description {
    font-size: 0.875rem;
    text-align: center;
  }

  .ai-team-container {
    padding: 30px 0 0 0;
  }

  .trust-banner {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
    justify-content: flex-start;
    max-width: unset;
    display: grid !important;
  }
  .trust-card {
    flex-direction: column;
    /* min-height: 145px; */
  }
  .trust-banner .trust-card:first-child {
    margin-left: 16px;
  }
  .trust-banner .trust-card:last-child {
    margin-right: 16px;
  }
  .trust-card:before {
    top: 1px;
    height: 99% !important;
    width: 99% !important;
  }
  /* .trust-banner {
    gap: 12px !important;
  } */
  .trust-card .content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  .ai-exp-column {
    min-width: 400px;
  }
  .ai-exp-header h1 {
    font-size: 2rem;
  }
  .ai-team-grid {
    grid-template-columns: 1fr;
  }

  .ai-exp-container {
    padding: 20px;
  }
  .ai-exp-title {
    font-size: 2.5rem !important;
  }

  .ai-exp-title span svg {
    left: -42px;
  }
  .ai-team-container {
    max-width: unset;
  }
  .ai-team-outer {
    border-radius: 0;
    padding: 0;
  }
  .ai-team-grid {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    scrollbar-width: none;
    flex-direction: row !important;
    width: 100% !important;
    padding: 0;
  }
  .ai-team-card:first-child {
    margin-left: 16px;
  }
  .ai-team-card:last-child {
    margin-right: 16px;
  }
  .ai-team-role {
    min-height: 25px;
  }

  .ai-smart-support {
    padding: 30px 24px;
  }

  .ai-hero-description {
    max-width: unset;
  }

  .trust-card,
  .trust-card:first-child,
  .trust-card:last-child {
    width: 200px !important;
    max-width: 200px;
    height: 159px;
    justify-content: center;
  }

  .ai-hero .ai-health-circle svg path {
    stroke-width: 100px;
  }
  .hero-img img {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

  .whitepaper-solutions-section {
    margin-top: 0;
}
   .whitepaper-stats-section {
                flex-direction: column;
                gap: 20px;
                margin-bottom: 50px;
            }

            .whitepaper-divider {
                display: none;
            }

            .whitepaper-stat-card {
                text-align: center;
                padding: 20px;
                border-radius: 8px;
            }

            .whitepaper-stat-number {
                font-size: 3.5rem;
                margin-bottom: 20px;
            }

            .whitepaper-stat-description {
                max-width: 100%;
                font-size: 1.1rem;
            }

            .whitepaper-section-title {
                font-size: 1.8rem;
                text-align: left;
                margin-bottom: 35px;
            }
                .solution-container .solution-cards-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }
.whitepaper-stat-card::before {
  display: none;
}
.search-container {
        min-width: unset !important;
        width: 100%;
        max-width: unset !important;
    }
    .filter-container {
      width: 100%;
    }
    #dropdown {
      width: 100%;
    }
    .whitepaper-stat-card {
      padding:20px  0 !important;
    }
        .solution-card-new {
        /* flex: 0 0 calc(50% - 60px); */
        /* min-width: 357px;
        max-width: 365px;  */
        margin: 0 auto;
    }
    .solution-card-title-ai, .solution-card-description {
      min-height: unset !important;
    }
    .box-link-connect {
      margin-bottom: 0;
    }
    
}
@media (max-width: 820px) {
  .ai-hero-left .ai-hero-heading {
    font-size: 2rem;
  }

  .solution-header {
    display: block;
  }

  .ai-solution-outer {
    position: relative;
  }
  .view-more-link {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .ai-team-grid {
    gap: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .book-btn {
    margin-bottom: 30px;
  }
  .custom-img-title h2 {
    line-height: 26px;
  }

  .support-circle-right {
    right: -30%;
  }

  .ai-hero-left {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .ai-hero-outer {
    padding: 5rem 1.5rem;
  }
  .ai-hero {
    max-width: unset;
    padding-top: 50px;
  }

  .trust-card:before {
    width: 99.35%;
  }
.solution-cards-container {
  gap: 35px;
}
    .solution-cards-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
       /* .solution-card-new {
         flex: 0 0 calc(50% - 60px); 
        min-width: 357px;
        max-width: 365px;
        margin: 0 auto;
    }*/
    .solution-cards-container.solution-scroll .solution-card-new  {
    min-width: 400px;
    }
  .ai-hero-container {
    flex-direction: column;
    gap: 5px !important;
    padding-left: 0;
    padding-right: 0;
  }
  .ai-hero-left {
    /* width: 100%; */
    text-align: center;
    padding: 0;
  }

  .custom-content-section {
    padding: 0;
  }
  .ai-hero-heading {
    text-align: left;
    display: block;
    padding-bottom: 30px;
  }

  .ai-icon-hero {
    left: 5px;
    top: -12px;
  }
  .ai-solution-outer {
    padding: 30px 0 50px 0;
  }
  .solution-header {
    padding: 30px 16px 20px 16px;
  }
  /* .solution-card-new:first-child {
    margin-left: 16px;
  }
  .solution-card-new:last-child {
    margin-right: 16px;
  } */

  .success-subheading {
    max-width: 72%;
  }

  .ai-team-grid {
    justify-content: space-between;
    width: 100%;
  }

  .ai-hero-description {
    margin: 0 auto;
  }
  .ai-team-container {
    flex-direction: column;
  }



  .ai-exp-container {
    max-width: unset;
    margin: 0 auto;
    padding: 0;
  }

  .success-container {
    width: 100%;
    max-width: 100%;
  }

  .success-card {
    min-width: 425px;
  }
  .success-card:first-child {
    margin-left: 16px;
  }
  .success-card:last-child {
    margin-right: 16px;
  }

  .success-section {
    padding: 40px 0;
  }
  .ai-team-container::before,
  .success-section::before {
    width: 100%;
  }

  .solution-container {
    padding: 0;
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 100%;
  }
  .ai-team-outer {
    padding: 0 16px;
  }
  .ai-team-grid {
    padding: 16px 0;
  }
  .success-section {
    padding: 30px 0;
  }
  .custom-img-title h2 {
    font-size: 24px;
  }

  .success-heading-outer {
    padding: 0 16px 16px 16px;
  }
  h2 {
    font-size: 2rem;
  }
  .ai-smart-support {
    padding: 35px 30px;
  }
  .whitepaper-flex {
    flex-direction: column;
  }
  .whitepaper-stat-number  {
     font-size: 3.5rem !important;
  }
  .whitepaper-container {
    max-width: unset;
  }
  .whitepaper-outer {
    padding: 30px 16px;
}
    .search-container {
        min-width: unset;
        /* max-width: 428px; */
    }
    .ai-hero-right {
      justify-content: center;
    }
}

@media (max-width: 1114px) {
  .ai-business-description {
    text-align: center;
  }
  .trust-banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .trust-card {
    flex-grow: 0;
    width: 31%;
  }



}

@media (max-width: 1182px) {
      .ai-solution-outer {
        padding: 30px 20px 50px 20px;
    }

  .solution-scroll {
      padding: 0;
      overflow-x: scroll;
      scrollbar-width: none;
      max-width: 100%;
      display: flex;
      justify-content: flex-start;
  }
  .ai-hero-container {
    gap: 5px !important;
  }
  .search-container {
    min-width: unset;
  }

  .ai-team-left {
    margin: 0 auto;
    max-width: 800px;
    height: auto;
    align-items: center;
  }
  .ai-team-left .content-title,
  .ai-team-left .ai-description {
    text-align: center;
  }
  .support-container {
    display: block;
    width: 100%;
  }
  .solution-card-title-ai {
    font-size: 1.25rem !important;
  }
  .ai-team-grid {
    max-width: 100% !important;
    justify-content: center !important;
    width: auto;
    margin: 0 auto;
    align-content: center;
  }
  .solution-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1220px) {
 
   .whitepaper-flex {
      column-gap: 10px;
 }
.whitepaper-stat-card {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.whitepaper-stat-number{
      font-size: 2.5rem;
}

}

@media (max-width: 1367px) {
  .solution-card-title-ai {
        font-size: 1.25rem;
  }
  .ai-team-name {
    font-size: 13px;
  }
  /* .solution-cards-container {
    max-width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: start;
    scrollbar-width: none;
    overflow-x: auto;
  } */
  .success-card {
    min-width: 425px;
  }
  /* .trust-card, .trust-card:first-child, .trust-card:last-child {
        min-width: 30.3%; 
    } */
}
@media (max-width: 1440px) {
  .trust-banner {
    flex-wrap: wrap;
    /* gap: 20px; */
  }
  .trust-card {
    flex-grow: 0;
  }
  .solution-card-description {
        min-height: 90px;
  }
}
@media (max-width: 1508px) {
 
  .ai-hero-heading {
    font-size: 2.25rem;
  }
}
/* @media (max-width: 1450px) {
  .trust-banner {
    flex-wrap: wrap;
  }
} */

.ai-team-grid::-webkit-scrollbar-thumb {
  background: #686868;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-left: 0;
}
::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
}

.ai-team-grid::-webkit-scrollbar,
.ai-exp-solutions::-webkit-scrollbar,
.ai-business-right::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.ai-team-grid::-webkit-scrollbar-thumb,
.ai-exp-solutions::-webkit-scrollbar-thumb,
.ai-business-right::-webkit-scrollbar-thumb {
  background: none;
}
/* Ensure dropdown appears over other elements */
/* Dropdown box */
#dropdown {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;
  z-index: 1000;
  min-width: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Show when toggled */
#dropdown.show {
  display: block;
}

/* Dropdown item styles */
.dropdown-item {
  padding: 12px;
  cursor: pointer;
  text-align: left;
}

.dropdown-item:hover {
  background-color: #eee;
}

.dropdown-item.active {
  background-color: #f0f0f0;
}

/* Make sure parent has relative positioning */
.filter-container {
  position: relative;
  display: inline-block;
  align-self: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Media query for higher zoom level */
@media (resolution: 1.5dppx) /* @media (min-resolution: 144dpi) */ {
  html {
    scrollbar-width: thin;
  }

  .ai-hero-left {
    width: 52%;
    padding: 0;
  }

  .ai-hero .ai-health-circle {
    height: 850px;
  }
  .ai-hero-heading {
    font-size: 2.5rem;
    font-stretch: 25% 151%;
  }
  .ai-team-grid {
    gap: 1rem;
    justify-content: flex-start;
  }
  /* .ai-team-card:first-child {
    margin-left: 0;
  } */
  .ai-team-image-container {
    width: 120px;
    height: 140px;
  }
  .ai-team-card {
    width: 132px;
  }
  .ai-team-name {
    font-size: 11px;
  }
  .ai-team-role {
    font-size: 10px;
  }
  .ai-team-image-container {
    width: 130px;
    height: 145px;
  }

  .solution-card-title-ai {
    font-size: 20px !important;
  }

  .ai-icon-hero {
    position: absolute;
    left: 6px;
    top: -18px;
  }
  .custom-img-title h2 {
    font-size: 1.75rem !important;
    line-height: 22px;
  }
  /* .trust-card, .trust-card:first-child, .trust-card:last-child {
    width: 23.8%;
    
  } */
  .trust-banner {
    gap: 16px;
  }

  .trust-card .description {
    font-size: 0.75em;
  }
  .trust-card .content {
    padding-right: 0;
  }
  .trust-banner {
    margin: 30px auto;
  }
  .trust-card .number {
    font-size: 2rem;
  }
  .trust-card .icon-container {
    width: 48px;
    height: 48px;
  }

  h2 {
    font-size: 2rem !important;
  }

  .solution-card-bg {
    max-height: 185px;
  }

  .support-health-img {
    min-width: 500px;
  }
  .support-container {
    column-gap: 65px;
  }
  .success-card {
    min-width: 340px;
  }
  .trust-card:before {
    width: 99.35%;
  }
  .whitepaper-stat-number {
        font-size: 2.5rem;
  }
  .whitepaper-stat-description {
    font-size: 0.65rem !important; 
  }
  .solution-card-description {
        min-height: 90px;
  }
}
